AddTable(String[]) Method
In This Topic
Adds a
Table to the end of the current control content.
Syntax
'Declaration
Public Overloads Function AddTable( _
ByVal () As System.String _
) As Table
public Table AddTable(
System.string[]
)
Parameters
- texts
- A two dimensional array of texts to put in the cells.
The first dimension determines the number of rows,
the second dimension determines the number of cells.
Return Value
See Also